Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump [email protected] and get rid of the service delete workaround #25

Merged
merged 6 commits into from
Feb 28, 2024

Conversation

angrybayblade
Copy link
Contributor

No description provided.

The latest open autonomy release includes a fix for superuser permission
issue on the data generated by the tendermint node so we don't need the
active paramter anymore
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fix included in the latest open-autonomy release, not required anymore

Comment on lines -502 to -509
try:
shutil.rmtree(self.path)
except (PermissionError, OSError):
# If we get permission error we set the service in-active
# user can then run operate prune with admin priviledges
# to clean up the cache/unused data
self.active = False
self.store()
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@truemiller the endpoint will delete the service completely

@angrybayblade angrybayblade merged commit b9dcb76 into feat/deps Feb 28, 2024
2 checks passed
@angrybayblade angrybayblade deleted the feat/delete-services branch April 11, 2024 14:11
0xArdi pushed a commit that referenced this pull request Oct 17, 2024
chore: Update service template hash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants